home *** CD-ROM | disk | FTP | other *** search
/ Internet.Works 39 / Issue 39.iso / pc / PCSoftware / EditML Pro 1.0 / EditMLProv1.0Setup.exe / Main / EditML.chm / samples / customers.xml < prev    next >
Encoding:
Text File  |  2000-10-09  |  867 b   |  26 lines

  1. <root>
  2.    <customers>
  3.       <customer ID="Customer1" Index="1">
  4.          <company_name>EditML Technologies</company_name>
  5.          <first-name>Aslam</first-name>
  6.          <middle-name/>
  7.          <last-name>Hirani</last-name>
  8.          <address_1>1000 XML Rd.</address_1>
  9.          <address_2/>
  10.          <city>Houston</city>
  11.          <state>TX</state>
  12.          <zip>77070</zip>
  13.          <home_phone>123-123-1234</home_phone>
  14.          <work_phone>123-123-1235</work_phone>
  15.          <method_of_payment>Visa</method_of_payment>
  16.          <cc_exp>01/01/2001</cc_exp>
  17.          <cc_num>0000-0000-0000-0000</cc_num>
  18.          <ship_address_1>1000 XML Rd.</ship_address_1>
  19.          <ship_address_2/>
  20.          <ship_city>Houston</ship_city>
  21.          <ship_state>TX</ship_state>
  22.          <ship_zip>77070</ship_zip>
  23.       </customer>
  24.    </customers>
  25. </root>
  26.